home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 2 (Reseller) / Apple R&P Lib Reseller v2.0.iso / 2-Presentations / Markets / Eng.⁄Science Markets / Eng.⁄Scientific Solutions Guide / Apple Glossary 2.0 / card_59752.txt < prev    next >
Encoding:
Text File  |  1989-07-14  |  1.5 KB  |  64 lines

  1. -- card: 59752 from stack: in.0
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 3616
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on idle
  8.   global flag
  9.   if flag = 1 then
  10.     show card field "Results"
  11.     put "0" into flag
  12.     set lockText of field "Definition" to true
  13.     set lockText of field "Word" to true
  14.   end if
  15.   pass idle
  16. end idle
  17.  
  18. on closeCard
  19.   hide card field "Results"
  20.   set lockText of field "Definition" to false
  21.   set lockText of field "Word" to false
  22. end closeCard
  23.  
  24.  
  25. -- part 1 (field)
  26. -- low flags: 81
  27. -- high flags: 2004
  28. -- rect: left=102 top=187 right=250 bottom=403
  29. -- title width / last selected line: 0
  30. -- icon id / first selected line: 0 / 0
  31. -- text alignment: 1
  32. -- font id: 3
  33. -- text size: 12
  34. -- style flags: 256
  35. -- line height: 16
  36. -- part name: Results
  37. ----- HyperTalk script -----
  38. on mouseUp
  39.   set lockText of field "Word" to false
  40.   set lockText of field "Definition" to false
  41.   hide card field "Results"
  42.   go card "Explain"
  43. end mouseUp
  44.  
  45.  
  46. -- part contents for background part 17
  47. ----- text -----
  48. ‚ÄúMini-applications‚Äù that are available from the Apple menu regardless of which application you‚Äôre using‚Äîfor example, the Calculator, Note Pad, Alarm Clock, Puzzle, Scrapbook, Key Caps, and Chooser. (M)
  49.  
  50.  
  51. -- part contents for background part 6
  52. ----- text -----
  53. desk accessories:
  54.  
  55. -- part contents for background part 21
  56. ----- text -----
  57. Key Caps
  58.  
  59. -- part contents for card part 1
  60. ----- text -----
  61. The selected phrase "desk accessories"
  62. was located here!  Simple, eh?
  63. Click here to continue.
  64.